home *** CD-ROM | disk | FTP | other *** search
/ Celestin Apprentice 2 / Apprentice-Release2.iso / Tools / Languages / MacHaskell 2.2 / com / lucid / savesys < prev   
Encoding:
Text File  |  1994-09-27  |  2.4 KB  |  18 lines  |  [TEXT/ttxt]

  1. #!/bin/csh
  2. #
  3. # savesys -- build a saved executable in bin/new-lucid-haskell
  4. #
  5. #
  6. cd $Y2
  7. setenv PRELUDEBIN $Y2/progs/prelude/lucid
  8. if !(-e $PRELUDEBIN/Prelude.sbin) then
  9.   echo "Build the prelude first, stupid..."
  10.   exit
  11.   endif
  12. $LUCID <<EOF
  13. ;;; Load the Haskell system.
  14. (make-package "MUMBLE-IMPLEMENTATION" :use '("LISP"))
  15. (lcl:change-memory-management :expand 512 :growth-limit 2048)
  16. (setf lcl:*record-source-files* nil)
  17. (load "cl-support/cl-init")
  18. ;;; Set various internal switches to appropriate values for ru